'Declaration Public Overloads Function GetEnum(Of T)( _ ByVal path As System.String, _ ByVal defaultValue As T _ ) As T
public T GetEnum<T>( System.string path, T defaultValue )
Parameters
- path
- The target path.
- defaultValue
- Used if value at specified path does not exist.
Type Parameters
- T
Return Value
The enum value specified by path or %% if value at specified path does not exist.